home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / root / .bashrc next >
Encoding:
Text File  |  2010-01-31  |  570 b   |  19 lines

  1. # ~/.bashrc: executed by bash(1) for non-login shells.
  2.  
  3. # Note: PS1 and umask are already set in /etc/profile. You should not
  4. # need this unless you want different defaults for root.
  5. # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
  6. # umask 022
  7.  
  8. # You may uncomment the following lines if you want `ls' to be colorized:
  9. # export LS_OPTIONS='--color=auto'
  10. # eval "`dircolors`"
  11. # alias ls='ls $LS_OPTIONS'
  12. # alias ll='ls $LS_OPTIONS -l'
  13. # alias l='ls $LS_OPTIONS -lA'
  14. #
  15. # Some more alias to avoid making mistakes:
  16. # alias rm='rm -i'
  17. # alias cp='cp -i'
  18. # alias mv='mv -i'
  19.